home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplineflower.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  265b  |  11 lines

  1. #ifndef _Osplineflower_H_
  2. #define _Osplineflower_H_
  3.  
  4. enum
  5. {
  6.     PRIM_FLOWER_IRAD                    = 2090,    // REAL - Inner Radius [>=0.0]
  7.     PRIM_FLOWER_ORAD                    = 2091,    // REAL - Inner Radius [>=0.0]
  8.     PRIM_FLOWER_PETALS                = 2092    // LONG - Number Of Petals [>=3]
  9. };
  10.  
  11. #endif